home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00230.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  296 b   |  16 lines

  1. on exitFrame
  2.   global dct
  3.   set dct to dct + 1
  4.   if (dct > 0) and (dct < 25) then
  5.     set the castNum of sprite 48 to cast "who1"
  6.   end if
  7.   if dct > 25 then
  8.     set the castNum of sprite 48 to cast "who2"
  9.   end if
  10.   updateStage()
  11.   if dct > 50 then
  12.     set dct to 0
  13.   end if
  14.   go(the frame)
  15. end
  16.